home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 February / Macworld (2000-02).dmg / Shareware World / Comms & Internet / Flex-Able 1.0 / FADocs / omit.able < prev    next >
Text File  |  1999-08-29  |  520b  |  26 lines

  1. <html>
  2.     <head>
  3.         <link rel=stylesheet type="text/css" HREF="fa.css">
  4.         <title>Flex-Able: String Functions: Keep & Omit</title>
  5.     </head>
  6. <body>
  7.  
  8. <DIV CLASS="topic">String Functions: Keep & Omit</DIV>
  9. <p><br>
  10. <p><br>
  11.  
  12. <:set string "Basset Hounds got long ears">
  13.  
  14. <pre>
  15.     Let's start with the string "<:echo string>".
  16.     
  17.     Keeping the vowels gives us "<:keep string "aeiou">"
  18.  
  19.     Omiting the vowels gives us "<:omit string "aeiou">"
  20.     
  21. </pre>
  22. <hr>
  23. <A HREF="quickstart.html" CLASS="back">back to Quick Start</A> 
  24. </body>
  25. </html> 
  26.